Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Ingredient / Life Essence Recipes / Ingredient_Life_Essence_Carrot.json

Ingredient_Life_Essence_Carrot

Server/Item/Items/Ingredient/Life Essence Recipes/Ingredient_Life_Essence_Carrot.json, 755 B

Fields

FieldType
TranslationPropertiesobject
Variantboolean
Parentstring
ItemLevelnumber
Iconstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Life_Essence.name",
    "Description": "server.items.Ingredient_Life_Essence.description"
  },
  "Variant": true,
  "Parent": "Ingredient_Life_Essence",
  "ItemLevel": 3,
  "Icon": "Icons/ItemsGenerated/Ingredient_Life_Essence_Carrot.png",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Carrot_Item",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "RequiredTierLevel": 3,
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Essence"
        ]
      }
    ],
    "OutputQuantity": 4
  }
}